| Intermediate HTML |
| Fonts |
| Lists |
| Image Links |
| Tables |
|
|
If you're a Windows 95 user, click on the START bar. Then click on SETTINGS, then CONTROL PANEL. Double click on the FONTS icon. There, you will see many options and be able to preview them to see what they look like. What does this mean? Well, it means that any user with Windows 95 can view that font on any page that they're at. So, choose some of your favorite fonts and get to work! After time, you will develop biases towards certain fonts (the one I'm using now, Comic Sans MS, is one of my favorites.)
I'll show you how to use it! For this demonstration, I'll use the font Copperplate Gothic BT
The code...
<FONT FACE="Copperplate Gothic BT"> No...that is not correct</FONT>
And that gives us...
Let's go through this one step at a time:
Here are the attributes:
No need to explain, I hope. The tag is <H1>, <h2>, etc. The numbers range from 1 to 6, 1 being biggest, 6 being smallest.
To use this tag, you do this:
<h3> Your text here</h3>
That would produce this:
That's about it for fonts!!(whew.. a lot to learn, eh?!)